Skip to content

fix: make InteractiveChart tooltip dark-mode aware (#1043) - #1106

Merged
RUKAYAT-CODER merged 2 commits into
rinafcode:mainfrom
pharwasz:fix/tooltip-dark-mode
Jul 30, 2026
Merged

fix: make InteractiveChart tooltip dark-mode aware (#1043)#1106
RUKAYAT-CODER merged 2 commits into
rinafcode:mainfrom
pharwasz:fix/tooltip-dark-mode

Conversation

@pharwasz

@pharwasz pharwasz commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Description

Derives the InteractiveChart tooltip's background, border, and text colors from the active theme instead of the hardcoded rgba(255,255,255,0.9), so it no longer renders as a bright white box in dark mode.

⚠️ Work in progress — core fix for the line/bar/area chart tooltips is in, but I still need to:

  • double check border color contrast in dark mode
  • verify itemStyle text colors across all chart variants
  • add/update a snapshot test for the themed tooltip

Will push follow-up commits to this branch. Feel free to leave early feedback, just not ready for a full review/merge yet.

Related Issue

Closes #1043

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Checklist

  • Code follows project style guidelines
  • Self-review completed
  • No console errors
  • Uses Lucide icons consistently
  • Responsive design implemented
  • Starknet best practices followed

close #1043

@drips-wave

drips-wave Bot commented Jul 30, 2026

Copy link
Copy Markdown

@pharwasz Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@RUKAYAT-CODER

Copy link
Copy Markdown
Contributor

well done on the job done so far!
Kindly fix workflow to pass

@pharwasz

Copy link
Copy Markdown
Contributor Author

well done on the job done so far! Kindly fix workflow to pass

workflow fixed thanks

@RUKAYAT-CODER

Copy link
Copy Markdown
Contributor

Thank you for contributing to the project.

@RUKAYAT-CODER
RUKAYAT-CODER merged commit 4fc10b2 into rinafcode:main Jul 30, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make the InteractiveChart tooltip dark-mode aware

2 participants